-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL Cleanup #24
Open
spring-operator
wants to merge
1
commit into
spring-cloud-samples:sc-contract-git
Choose a base branch
from
spring-operator:polish-urls-remaining-sc-contract-git
base: sc-contract-git
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
URL Cleanup #24
spring-operator
wants to merge
1
commit into
spring-cloud-samples:sc-contract-git
from
spring-operator:polish-urls-remaining-sc-contract-git
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # HTTP URLs that Could Not Be Fixed These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * [ ] http://nicolasgallagher.com/micro-clearfix-hack/ (200) with 2 occurrences could not be migrated: ([https](https://nicolasgallagher.com/micro-clearfix-hack/) result SSLHandshakeException). * [ ] http://wiki.commonjs.org/wiki/Promises (200) with 1 occurrences could not be migrated: ([https](https://wiki.commonjs.org/wiki/Promises) result SSLHandshakeException). * [ ] http://wiremock.org (200) with 2 occurrences could not be migrated: ([https](https://wiremock.org) result SSLHandshakeException). * [ ] http://www.groovy-lang.org/ (200) with 1 occurrences could not be migrated: ([https](https://www.groovy-lang.org/) result SSLProtocolException). * [ ] http://blindsignals.com/index.php/2009/07/jquery-delay/ (301) with 2 occurrences could not be migrated: ([https](https://blindsignals.com/index.php/2009/07/jquery-delay/) result SSLHandshakeException). * [ ] http://192.168.0.100:8081/artifactory/libs-release-local (403) with 1 occurrences could not be migrated: ([https](https://192.168.0.100:8081/artifactory/libs-release-local) result ConnectTimeoutException). * [ ] http://docs.closure-library.googlecode.com/git/closure_goog_string_string.js.source.html (404) with 1 occurrences could not be migrated: ([https](https://docs.closure-library.googlecode.com/git/closure_goog_string_string.js.source.html) result SSLHandshakeException). * [ ] http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html (404) with 1 occurrences could not be migrated: ([https](https://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html) result SSLHandshakeException). * [ ] http://ngmodules.org/modules/angular-toArrayFilter (404) with 1 occurrences could not be migrated: ([https](https://ngmodules.org/modules/angular-toArrayFilter) result SSLHandshakeException). * [ ] http://www.aptana.com/reference/html/api/HTMLAnchorElement.html (404) with 2 occurrences could not be migrated: ([https](https://www.aptana.com/reference/html/api/HTMLAnchorElement.html) result SSLHandshakeException). # Fixed URLs ## Fixed But Review Recommended These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended. * [ ] http://james.padolsey.com/javascript/parsing-urls-with-the-dom/ (301) with 1 occurrences migrated to: https://j11y.io/javascript/parsing-urls-with-the-dom/ ([https](https://james.padolsey.com/javascript/parsing-urls-with-the-dom/) result SSLProtocolException). * [ ] http://jsperf.com/getall-vs-sizzle/2 (301) with 2 occurrences migrated to: https://jsperf.com/getall-vs-sizzle/2 ([https](https://jsperf.com/getall-vs-sizzle/2) result ReadTimeoutException). * [ ] http://server.com/index.html (ConnectTimeoutException) with 1 occurrences migrated to: https://server.com/index.html ([https](https://server.com/index.html) result ConnectTimeoutException). * [ ] http://foo.example.com/templates/ (UnknownHostException) with 1 occurrences migrated to: https://foo.example.com/templates/ ([https](https://foo.example.com/templates/) result UnknownHostException). * [ ] http://https://www.youtube.com/watch?v=eB9Fq9I5ocs (UnknownHostException) with 1 occurrences migrated to: https://https://www.youtube.com/watch?v=eB9Fq9I5ocs ([https](https://https://www.youtube.com/watch?v=eB9Fq9I5ocs) result UnknownHostException). * [ ] http://myapp.example.com/ (UnknownHostException) with 1 occurrences migrated to: https://myapp.example.com/ ([https](https://myapp.example.com/) result UnknownHostException). * [ ] http://myapp.example.com/clickThru (UnknownHostException) with 2 occurrences migrated to: https://myapp.example.com/clickThru ([https](https://myapp.example.com/clickThru) result UnknownHostException). * [ ] http://srv01.assets.example.com/ (UnknownHostException) with 1 occurrences migrated to: https://srv01.assets.example.com/ ([https](https://srv01.assets.example.com/) result UnknownHostException). * [ ] http://srv02.assets.example.com/ (UnknownHostException) with 1 occurrences migrated to: https://srv02.assets.example.com/ ([https](https://srv02.assets.example.com/) result UnknownHostException). * [ ] http://user:[email protected]:8080/ (UnknownHostException) with 1 occurrences migrated to: https://user:[email protected]:8080/ ([https](https://user:[email protected]:8080/) result UnknownHostException). * [ ] http://errors.angularjs.org/1.4.7/ (301) with 1 occurrences migrated to: https://errors.angularjs.org/1.4.7/ ([https](https://errors.angularjs.org/1.4.7/) result 404). ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://a11yproject.com/posts/how-to-hide-content/ with 2 occurrences migrated to: https://a11yproject.com/posts/how-to-hide-content/ ([https](https://a11yproject.com/posts/how-to-hide-content/) result 200). * [ ] http://angularjs.org with 8 occurrences migrated to: https://angularjs.org ([https](https://angularjs.org) result 200). * [ ] http://api.jquery.com/addClass/ with 1 occurrences migrated to: https://api.jquery.com/addClass/ ([https](https://api.jquery.com/addClass/) result 200). * [ ] http://api.jquery.com/after/ with 1 occurrences migrated to: https://api.jquery.com/after/ ([https](https://api.jquery.com/after/) result 200). * [ ] http://api.jquery.com/append/ with 1 occurrences migrated to: https://api.jquery.com/append/ ([https](https://api.jquery.com/append/) result 200). * [ ] http://api.jquery.com/attr/ with 1 occurrences migrated to: https://api.jquery.com/attr/ ([https](https://api.jquery.com/attr/) result 200). * [ ] http://api.jquery.com/bind/ with 1 occurrences migrated to: https://api.jquery.com/bind/ ([https](https://api.jquery.com/bind/) result 200). * [ ] http://api.jquery.com/children/ with 1 occurrences migrated to: https://api.jquery.com/children/ ([https](https://api.jquery.com/children/) result 200). * [ ] http://api.jquery.com/clone/ with 1 occurrences migrated to: https://api.jquery.com/clone/ ([https](https://api.jquery.com/clone/) result 200). * [ ] http://api.jquery.com/contents/ with 1 occurrences migrated to: https://api.jquery.com/contents/ ([https](https://api.jquery.com/contents/) result 200). * [ ] http://api.jquery.com/context/ with 1 occurrences migrated to: https://api.jquery.com/context/ ([https](https://api.jquery.com/context/) result 200). * [ ] http://api.jquery.com/css/ with 1 occurrences migrated to: https://api.jquery.com/css/ ([https](https://api.jquery.com/css/) result 200). * [ ] http://api.jquery.com/data/ with 1 occurrences migrated to: https://api.jquery.com/data/ ([https](https://api.jquery.com/data/) result 200). * [ ] http://api.jquery.com/detach/ with 1 occurrences migrated to: https://api.jquery.com/detach/ ([https](https://api.jquery.com/detach/) result 200). * [ ] http://api.jquery.com/empty/ with 1 occurrences migrated to: https://api.jquery.com/empty/ ([https](https://api.jquery.com/empty/) result 200). * [ ] http://api.jquery.com/eq/ with 1 occurrences migrated to: https://api.jquery.com/eq/ ([https](https://api.jquery.com/eq/) result 200). * [ ] http://api.jquery.com/find/ with 1 occurrences migrated to: https://api.jquery.com/find/ ([https](https://api.jquery.com/find/) result 200). * [ ] http://api.jquery.com/hasClass/ with 1 occurrences migrated to: https://api.jquery.com/hasClass/ ([https](https://api.jquery.com/hasClass/) result 200). * [ ] http://api.jquery.com/html/ with 1 occurrences migrated to: https://api.jquery.com/html/ ([https](https://api.jquery.com/html/) result 200). * [ ] http://api.jquery.com/jQuery/ with 1 occurrences migrated to: https://api.jquery.com/jQuery/ ([https](https://api.jquery.com/jQuery/) result 200). * [ ] http://api.jquery.com/jquery.param/ with 1 occurrences migrated to: https://api.jquery.com/jquery.param/ ([https](https://api.jquery.com/jquery.param/) result 200). * [ ] http://api.jquery.com/next/ with 1 occurrences migrated to: https://api.jquery.com/next/ ([https](https://api.jquery.com/next/) result 200). * [ ] http://api.jquery.com/off/ with 1 occurrences migrated to: https://api.jquery.com/off/ ([https](https://api.jquery.com/off/) result 200). * [ ] http://api.jquery.com/on/ with 1 occurrences migrated to: https://api.jquery.com/on/ ([https](https://api.jquery.com/on/) result 200). * [ ] http://api.jquery.com/one/ with 1 occurrences migrated to: https://api.jquery.com/one/ ([https](https://api.jquery.com/one/) result 200). * [ ] http://api.jquery.com/parent/ with 1 occurrences migrated to: https://api.jquery.com/parent/ ([https](https://api.jquery.com/parent/) result 200). * [ ] http://api.jquery.com/prepend/ with 1 occurrences migrated to: https://api.jquery.com/prepend/ ([https](https://api.jquery.com/prepend/) result 200). * [ ] http://api.jquery.com/prop/ with 1 occurrences migrated to: https://api.jquery.com/prop/ ([https](https://api.jquery.com/prop/) result 200). * [ ] http://api.jquery.com/ready/ with 1 occurrences migrated to: https://api.jquery.com/ready/ ([https](https://api.jquery.com/ready/) result 200). * [ ] http://api.jquery.com/remove/ with 1 occurrences migrated to: https://api.jquery.com/remove/ ([https](https://api.jquery.com/remove/) result 200). * [ ] http://api.jquery.com/removeAttr/ with 1 occurrences migrated to: https://api.jquery.com/removeAttr/ ([https](https://api.jquery.com/removeAttr/) result 200). * [ ] http://api.jquery.com/removeClass/ with 1 occurrences migrated to: https://api.jquery.com/removeClass/ ([https](https://api.jquery.com/removeClass/) result 200). * [ ] http://api.jquery.com/removeData/ with 1 occurrences migrated to: https://api.jquery.com/removeData/ ([https](https://api.jquery.com/removeData/) result 200). * [ ] http://api.jquery.com/replaceWith/ with 1 occurrences migrated to: https://api.jquery.com/replaceWith/ ([https](https://api.jquery.com/replaceWith/) result 200). * [ ] http://api.jquery.com/text/ with 1 occurrences migrated to: https://api.jquery.com/text/ ([https](https://api.jquery.com/text/) result 200). * [ ] http://api.jquery.com/toggleClass/ with 1 occurrences migrated to: https://api.jquery.com/toggleClass/ ([https](https://api.jquery.com/toggleClass/) result 200). * [ ] http://api.jquery.com/triggerHandler/ with 1 occurrences migrated to: https://api.jquery.com/triggerHandler/ ([https](https://api.jquery.com/triggerHandler/) result 200). * [ ] http://api.jquery.com/unbind/ with 1 occurrences migrated to: https://api.jquery.com/unbind/ ([https](https://api.jquery.com/unbind/) result 200). * [ ] http://api.jquery.com/val/ with 1 occurrences migrated to: https://api.jquery.com/val/ ([https](https://api.jquery.com/val/) result 200). * [ ] http://api.jquery.com/wrap/ with 1 occurrences migrated to: https://api.jquery.com/wrap/ ([https](https://api.jquery.com/wrap/) result 200). * [ ] http://atmospherejs.com/twbs/bootstrap with 1 occurrences migrated to: https://atmospherejs.com/twbs/bootstrap ([https](https://atmospherejs.com/twbs/bootstrap) result 200). * [ ] http://blog.alexmaccaw.com/css-transitions with 2 occurrences migrated to: https://blog.alexmaccaw.com/css-transitions ([https](https://blog.alexmaccaw.com/css-transitions) result 200). * [ ] http://blog.getbootstrap.com with 1 occurrences migrated to: https://blog.getbootstrap.com ([https](https://blog.getbootstrap.com) result 200). * [ ] http://bower.io with 1 occurrences migrated to: https://bower.io ([https](https://bower.io) result 200). * [ ] http://bugs.jquery.com/ticket/12282 with 2 occurrences migrated to: https://bugs.jquery.com/ticket/12282 ([https](https://bugs.jquery.com/ticket/12282) result 200). * [ ] http://bugs.jquery.com/ticket/12359 with 2 occurrences migrated to: https://bugs.jquery.com/ticket/12359 ([https](https://bugs.jquery.com/ticket/12359) result 200). * [ ] http://bugs.jquery.com/ticket/13378 with 2 occurrences migrated to: https://bugs.jquery.com/ticket/13378 ([https](https://bugs.jquery.com/ticket/13378) result 200). * [ ] http://bugs.jquery.com/ticket/1450 with 1 occurrences migrated to: https://bugs.jquery.com/ticket/1450 ([https](https://bugs.jquery.com/ticket/1450) result 200). * [ ] http://bugs.jquery.com/ticket/8335 with 1 occurrences migrated to: https://bugs.jquery.com/ticket/8335 ([https](https://bugs.jquery.com/ticket/8335) result 200). * [ ] http://cwe.mitre.org/data/definitions/601.html with 1 occurrences migrated to: https://cwe.mitre.org/data/definitions/601.html ([https](https://cwe.mitre.org/data/definitions/601.html) result 200). * [ ] http://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement with 1 occurrences migrated to: https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement ([https](https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement) result 200). * [ ] http://docs.angularjs.org/ with 1 occurrences migrated to: https://docs.angularjs.org/ ([https](https://docs.angularjs.org/) result 200). * [ ] http://docs.angularjs.org/api/angular.element with 1 occurrences migrated to: https://docs.angularjs.org/api/angular.element ([https](https://docs.angularjs.org/api/angular.element) result 200). * [ ] http://docs.angularjs.org/api/ng with 2 occurrences migrated to: https://docs.angularjs.org/api/ng ([https](https://docs.angularjs.org/api/ng) result 200). * [ ] http://docs.angularjs.org/api/ngRoute with 1 occurrences migrated to: https://docs.angularjs.org/api/ngRoute ([https](https://docs.angularjs.org/api/ngRoute) result 200). * [ ] http://editorconfig.org with 1 occurrences migrated to: https://editorconfig.org ([https](https://editorconfig.org) result 200). * [ ] http://en.wikipedia.org/wiki/Continuation-passing_style with 1 occurrences migrated to: https://en.wikipedia.org/wiki/Continuation-passing_style ([https](https://en.wikipedia.org/wiki/Continuation-passing_style) result 200). * [ ] http://en.wikipedia.org/wiki/Cross-site_request_forgery with 2 occurrences migrated to: https://en.wikipedia.org/wiki/Cross-site_request_forgery ([https](https://en.wikipedia.org/wiki/Cross-site_request_forgery) result 200). * [ ] http://en.wikipedia.org/wiki/Currying with 1 occurrences migrated to: https://en.wikipedia.org/wiki/Currying ([https](https://en.wikipedia.org/wiki/Currying) result 200). * [ ] http://en.wikipedia.org/wiki/Idempotence with 1 occurrences migrated to: https://en.wikipedia.org/wiki/Idempotence ([https](https://en.wikipedia.org/wiki/Idempotence) result 200). * [ ] http://en.wikipedia.org/wiki/JSONP with 2 occurrences migrated to: https://en.wikipedia.org/wiki/JSONP ([https](https://en.wikipedia.org/wiki/JSONP) result 200). * [ ] http://en.wikipedia.org/wiki/Partial_application with 1 occurrences migrated to: https://en.wikipedia.org/wiki/Partial_application ([https](https://en.wikipedia.org/wiki/Partial_application) result 200). * [ ] http://evil.com/?ignore=.example.com/ with 1 occurrences migrated to: https://evil.com/?ignore=.example.com/ ([https](https://evil.com/?ignore=.example.com/) result 200). * [ ] http://example.com with 1 occurrences migrated to: https://example.com ([https](https://example.com) result 200). * [ ] http://example.com/ with 9 occurrences migrated to: https://example.com/ ([https](https://example.com/) result 200). * [ ] http://getbootstrap.com with 22 occurrences migrated to: https://getbootstrap.com ([https](https://getbootstrap.com) result 200). * [ ] http://getbootstrap.com/2.3.2/ with 1 occurrences migrated to: https://getbootstrap.com/2.3.2/ ([https](https://getbootstrap.com/2.3.2/) result 200). * [ ] http://getbootstrap.com/getting-started/ with 5 occurrences migrated to: https://getbootstrap.com/getting-started/ ([https](https://getbootstrap.com/getting-started/) result 200). * [ ] http://getbootstrap.com/javascript/ with 24 occurrences migrated to: https://getbootstrap.com/javascript/ ([https](https://getbootstrap.com/javascript/) result 200). * [ ] http://gruntjs.com/creating-plugins with 1 occurrences migrated to: https://gruntjs.com/creating-plugins ([https](https://gruntjs.com/creating-plugins) result 200). * [ ] http://jekyll-windows.juthilo.com/ with 1 occurrences migrated to: https://jekyll-windows.juthilo.com/ ([https](https://jekyll-windows.juthilo.com/) result 200). * [ ] http://jekyllrb.com with 1 occurrences migrated to: https://jekyllrb.com ([https](https://jekyllrb.com) result 200). * [ ] http://jekyllrb.com/docs/home/ with 1 occurrences migrated to: https://jekyllrb.com/docs/home/ ([https](https://jekyllrb.com/docs/home/) result 200). * [ ] http://jquery.com with 1 occurrences migrated to: https://jquery.com ([https](https://jquery.com) result 200). * [ ] http://jquery.com/ with 3 occurrences migrated to: https://jquery.com/ ([https](https://jquery.com/) result 200). * [ ] http://jsperf.com/angular-bind-vs-custom-vs-native with 1 occurrences migrated to: https://jsperf.com/angular-bind-vs-custom-vs-native ([https](https://jsperf.com/angular-bind-vs-custom-vs-native) result 200). * [ ] http://jsperf.com/angularjs-invoke-apply-vs-switch with 1 occurrences migrated to: https://jsperf.com/angularjs-invoke-apply-vs-switch ([https](https://jsperf.com/angularjs-invoke-apply-vs-switch) result 200). * [ ] http://jsperf.com/clone-vs-createcomment with 1 occurrences migrated to: https://jsperf.com/clone-vs-createcomment ([https](https://jsperf.com/clone-vs-createcomment) result 200). * [ ] http://jsperf.com/create-constructor/2 with 2 occurrences migrated to: https://jsperf.com/create-constructor/2 ([https](https://jsperf.com/create-constructor/2) result 200). * [ ] http://jsperf.com/for-in-vs-object-keys2 with 1 occurrences migrated to: https://jsperf.com/for-in-vs-object-keys2 ([https](https://jsperf.com/for-in-vs-object-keys2) result 200). * [ ] http://jsperf.com/isobject4 with 1 occurrences migrated to: https://jsperf.com/isobject4 ([https](https://jsperf.com/isobject4) result 200). * [ ] http://jsperf.com/object-create2 with 1 occurrences migrated to: https://jsperf.com/object-create2 ([https](https://jsperf.com/object-create2) result 200). * [ ] http://jsperf.com/proto-map-lookup/2 with 1 occurrences migrated to: https://jsperf.com/proto-map-lookup/2 ([https](https://jsperf.com/proto-map-lookup/2) result 200). * [ ] http://jsperf.com/string-indexof-vs-split with 1 occurrences migrated to: https://jsperf.com/string-indexof-vs-split ([https](https://jsperf.com/string-indexof-vs-split) result 200). * [ ] http://jsperf.com/thor-indexof-vs-for/5 with 2 occurrences migrated to: https://jsperf.com/thor-indexof-vs-for/5 ([https](https://jsperf.com/thor-indexof-vs-for/5) result 200). * [ ] http://semver.org/ with 1 occurrences migrated to: https://semver.org/ ([https](https://semver.org/) result 200). * [ ] http://sizzlejs.com/ with 4 occurrences migrated to: https://sizzlejs.com/ ([https](https://sizzlejs.com/) result 200). * [ ] http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ with 2 occurrences migrated to: https://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ ([https](https://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/) result 200). * [ ] http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ with 2 occurrences migrated to: https://timkadlec.com/2013/01/windows-phone-8-and-device-width/ ([https](https://timkadlec.com/2013/01/windows-phone-8-and-device-width/) result 200). * [ ] http://tools.ietf.org/html/rfc3986 with 1 occurrences migrated to: https://tools.ietf.org/html/rfc3986 ([https](https://tools.ietf.org/html/rfc3986) result 200). * [ ] http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html with 2 occurrences migrated to: https://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html ([https](https://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html) result 200). * [ ] http://url.spec.whatwg.org/ with 2 occurrences migrated to: https://url.spec.whatwg.org/ ([https](https://url.spec.whatwg.org/) result 200). * [ ] http://www.ecma-international.org/ecma-262/5.1/ with 1 occurrences migrated to: https://www.ecma-international.org/ecma-262/5.1/ ([https](https://www.ecma-international.org/ecma-262/5.1/) result 200). * [ ] http://www.gravatar.com/avatar/ with 6 occurrences migrated to: https://www.gravatar.com/avatar/ ([https](https://www.gravatar.com/avatar/) result 200). * [ ] http://www.ietf.org/rfc/rfc3986.txt with 2 occurrences migrated to: https://www.ietf.org/rfc/rfc3986.txt ([https](https://www.ietf.org/rfc/rfc3986.txt) result 200). * [ ] http://www.quirksmode.org/js/events_mouse.html with 1 occurrences migrated to: https://www.quirksmode.org/js/events_mouse.html ([https](https://www.quirksmode.org/js/events_mouse.html) result 200). * [ ] http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html with 2 occurrences migrated to: https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html ([https](https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html) result 200). * [ ] http://www.w3.org/TR/2011/REC-css3-selectors-20110929/ with 4 occurrences migrated to: https://www.w3.org/TR/2011/REC-css3-selectors-20110929/ ([https](https://www.w3.org/TR/2011/REC-css3-selectors-20110929/) result 200). * [ ] http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 with 2 occurrences migrated to: https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 ([https](https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1) result 200). * [ ] http://www.w3.org/TR/CSS21/syndata.html with 4 occurrences migrated to: https://www.w3.org/TR/CSS21/syndata.html ([https](https://www.w3.org/TR/CSS21/syndata.html) result 200). * [ ] http://www.w3.org/TR/cors/ with 2 occurrences migrated to: https://www.w3.org/TR/cors/ ([https](https://www.w3.org/TR/cors/) result 200). * [ ] http://www.w3.org/TR/selectors/ with 8 occurrences migrated to: https://www.w3.org/TR/selectors/ ([https](https://www.w3.org/TR/selectors/) result 200). * [ ] http://yaml.org/ with 1 occurrences migrated to: https://yaml.org/ ([https](https://yaml.org/) result 200). * [ ] http://blogs.msdn.com/b/ie/archive/2008/10/16/ending-expressions.aspx with 1 occurrences migrated to: https://blogs.msdn.com/b/ie/archive/2008/10/16/ending-expressions.aspx ([https](https://blogs.msdn.com/b/ie/archive/2008/10/16/ending-expressions.aspx) result 301). * [ ] http://code.google.com/p/android/issues/detail?id=17471 with 1 occurrences migrated to: https://code.google.com/p/android/issues/detail?id=17471 ([https](https://code.google.com/p/android/issues/detail?id=17471) result 301). * [ ] http://dev.w3.org/csswg/cssom/ with 2 occurrences migrated to: https://dev.w3.org/csswg/cssom/ ([https](https://dev.w3.org/csswg/cssom/) result 301). * [ ] http://developers.whatwg.org/webappapis.html with 1 occurrences migrated to: https://developers.whatwg.org/webappapis.html ([https](https://developers.whatwg.org/webappapis.html) result 301). * [ ] http://docs.python.org/library/re.html with 1 occurrences migrated to: https://docs.python.org/library/re.html ([https](https://docs.python.org/library/re.html) result 301). * [ ] http://google.com with 2 occurrences migrated to: https://google.com ([https](https://google.com) result 301). * [ ] http://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx with 2 occurrences migrated to: https://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx ([https](https://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx) result 301). * [ ] http://jekyllrb.com/docs/installation with 1 occurrences migrated to: https://jekyllrb.com/docs/installation ([https](https://jekyllrb.com/docs/installation) result 301). * [ ] http://jquery.org/license with 4 occurrences migrated to: https://jquery.org/license ([https](https://jquery.org/license) result 301). * [ ] http://msdn.microsoft.com/en-us/library/ie/cc196988 with 1 occurrences migrated to: https://msdn.microsoft.com/en-us/library/ie/cc196988 ([https](https://msdn.microsoft.com/en-us/library/ie/cc196988) result 301). * [ ] http://msdn.microsoft.com/en-us/library/ie/dd347148 with 1 occurrences migrated to: https://msdn.microsoft.com/en-us/library/ie/dd347148 ([https](https://msdn.microsoft.com/en-us/library/ie/dd347148) result 301). * [ ] http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx with 2 occurrences migrated to: https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx ([https](https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx) result 301). * [ ] http://www.html5rocks.com/en/tutorials/es6/promises/ with 1 occurrences migrated to: https://www.html5rocks.com/en/tutorials/es6/promises/ ([https](https://www.html5rocks.com/en/tutorials/es6/promises/) result 301). * [ ] http://www.modernizr.com/ with 2 occurrences migrated to: https://www.modernizr.com/ ([https](https://www.modernizr.com/) result 301). * [ ] http://www.ruby-doc.org/core-2.0.0/Regexp.html with 1 occurrences migrated to: https://www.ruby-doc.org/core-2.0.0/Regexp.html ([https](https://www.ruby-doc.org/core-2.0.0/Regexp.html) result 301). * [ ] http://www.sonatype.org/nexus/ with 1 occurrences migrated to: https://www.sonatype.org/nexus/ ([https](https://www.sonatype.org/nexus/) result 301). * [ ] http://www.w3.org/TR/css3-selectors/ with 4 occurrences migrated to: https://www.w3.org/TR/css3-selectors/ ([https](https://www.w3.org/TR/css3-selectors/) result 301). * [ ] http://www.w3.org/TR/css3-syntax/ with 2 occurrences migrated to: https://www.w3.org/TR/css3-syntax/ ([https](https://www.w3.org/TR/css3-syntax/) result 301). * [ ] http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html with 1 occurrences migrated to: https://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html ([https](https://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html) result 301). * [ ] http://dev.w3.org/html5/spec/Overview.html with 1 occurrences migrated to: https://dev.w3.org/html5/spec/Overview.html ([https](https://dev.w3.org/html5/spec/Overview.html) result 302). * [ ] http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx with 2 occurrences migrated to: https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx ([https](https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx) result 302). # Ignored These URLs were intentionally ignored. * http://127.0.0.1:3000/js/tests/index.html?hidepassed with 1 occurrences * http://localhost:8081/artifactory/libs-release-local with 1 occurrences * http://localhost:8081/artifactory/libs-release-local/com/example/bookstore/0.0.1.RELEASE/ with 1 occurrences * http://localhost:8081/artifactory/libs-release-local/com/example/bookstore/0.0.1.RELEASE/bookstore-0.0.1.RELEASE-stubs.jar with 1 occurrences * http://localhost:9001 with 1 occurrences * http://localhost:9876/api/books with 2 occurrences * http://srv with 1 occurrences
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
(https result SSLHandshakeException).
(https result SSLHandshakeException).
(https result SSLHandshakeException).
(https result SSLProtocolException).
(https result SSLHandshakeException).
(https result ConnectTimeoutException).
(https result SSLHandshakeException).
(https result SSLHandshakeException).
(https result SSLHandshakeException).
(https result SSLHandshakeException).
Fixed URLs
Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
https://j11y.io/javascript/parsing-urls-with-the-dom/ (https result SSLProtocolException).
https://jsperf.com/getall-vs-sizzle/2 (https result ReadTimeoutException).
https://server.com/index.html (https result ConnectTimeoutException).
https://foo.example.com/templates/ (https result UnknownHostException).
https://https://www.youtube.com/watch?v=eB9Fq9I5ocs (https result UnknownHostException).
https://myapp.example.com/ (https result UnknownHostException).
https://myapp.example.com/clickThru (https result UnknownHostException).
https://srv01.assets.example.com/ (https result UnknownHostException).
https://srv02.assets.example.com/ (https result UnknownHostException).
https://user:[email protected]:8080/ (https result UnknownHostException).
https://errors.angularjs.org/1.4.7/ (https result 404).
Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
https://a11yproject.com/posts/how-to-hide-content/ (https result 200).
https://angularjs.org (https result 200).
https://api.jquery.com/addClass/ (https result 200).
https://api.jquery.com/after/ (https result 200).
https://api.jquery.com/append/ (https result 200).
https://api.jquery.com/attr/ (https result 200).
https://api.jquery.com/bind/ (https result 200).
https://api.jquery.com/children/ (https result 200).
https://api.jquery.com/clone/ (https result 200).
https://api.jquery.com/contents/ (https result 200).
https://api.jquery.com/context/ (https result 200).
https://api.jquery.com/css/ (https result 200).
https://api.jquery.com/data/ (https result 200).
https://api.jquery.com/detach/ (https result 200).
https://api.jquery.com/empty/ (https result 200).
https://api.jquery.com/eq/ (https result 200).
https://api.jquery.com/find/ (https result 200).
https://api.jquery.com/hasClass/ (https result 200).
https://api.jquery.com/html/ (https result 200).
https://api.jquery.com/jQuery/ (https result 200).
https://api.jquery.com/jquery.param/ (https result 200).
https://api.jquery.com/next/ (https result 200).
https://api.jquery.com/off/ (https result 200).
https://api.jquery.com/on/ (https result 200).
https://api.jquery.com/one/ (https result 200).
https://api.jquery.com/parent/ (https result 200).
https://api.jquery.com/prepend/ (https result 200).
https://api.jquery.com/prop/ (https result 200).
https://api.jquery.com/ready/ (https result 200).
https://api.jquery.com/remove/ (https result 200).
https://api.jquery.com/removeAttr/ (https result 200).
https://api.jquery.com/removeClass/ (https result 200).
https://api.jquery.com/removeData/ (https result 200).
https://api.jquery.com/replaceWith/ (https result 200).
https://api.jquery.com/text/ (https result 200).
https://api.jquery.com/toggleClass/ (https result 200).
https://api.jquery.com/triggerHandler/ (https result 200).
https://api.jquery.com/unbind/ (https result 200).
https://api.jquery.com/val/ (https result 200).
https://api.jquery.com/wrap/ (https result 200).
https://atmospherejs.com/twbs/bootstrap (https result 200).
https://blog.alexmaccaw.com/css-transitions (https result 200).
https://blog.getbootstrap.com (https result 200).
https://bower.io (https result 200).
https://bugs.jquery.com/ticket/12282 (https result 200).
https://bugs.jquery.com/ticket/12359 (https result 200).
https://bugs.jquery.com/ticket/13378 (https result 200).
https://bugs.jquery.com/ticket/1450 (https result 200).
https://bugs.jquery.com/ticket/8335 (https result 200).
https://cwe.mitre.org/data/definitions/601.html (https result 200).
https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement (https result 200).
https://docs.angularjs.org/ (https result 200).
https://docs.angularjs.org/api/angular.element (https result 200).
https://docs.angularjs.org/api/ng (https result 200).
https://docs.angularjs.org/api/ngRoute (https result 200).
https://editorconfig.org (https result 200).
https://en.wikipedia.org/wiki/Continuation-passing_style (https result 200).
https://en.wikipedia.org/wiki/Cross-site_request_forgery (https result 200).
https://en.wikipedia.org/wiki/Currying (https result 200).
https://en.wikipedia.org/wiki/Idempotence (https result 200).
https://en.wikipedia.org/wiki/JSONP (https result 200).
https://en.wikipedia.org/wiki/Partial_application (https result 200).
https://evil.com/?ignore=.example.com/ (https result 200).
https://example.com (https result 200).
https://example.com/ (https result 200).
https://getbootstrap.com (https result 200).
https://getbootstrap.com/2.3.2/ (https result 200).
https://getbootstrap.com/getting-started/ (https result 200).
https://getbootstrap.com/javascript/ (https result 200).
https://gruntjs.com/creating-plugins (https result 200).
https://jekyll-windows.juthilo.com/ (https result 200).
https://jekyllrb.com (https result 200).
https://jekyllrb.com/docs/home/ (https result 200).
https://jquery.com (https result 200).
https://jquery.com/ (https result 200).
https://jsperf.com/angular-bind-vs-custom-vs-native (https result 200).
https://jsperf.com/angularjs-invoke-apply-vs-switch (https result 200).
https://jsperf.com/clone-vs-createcomment (https result 200).
https://jsperf.com/create-constructor/2 (https result 200).
https://jsperf.com/for-in-vs-object-keys2 (https result 200).
https://jsperf.com/isobject4 (https result 200).
https://jsperf.com/object-create2 (https result 200).
https://jsperf.com/proto-map-lookup/2 (https result 200).
https://jsperf.com/string-indexof-vs-split (https result 200).
https://jsperf.com/thor-indexof-vs-for/5 (https result 200).
https://semver.org/ (https result 200).
https://sizzlejs.com/ (https result 200).
https://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ (https result 200).
https://timkadlec.com/2013/01/windows-phone-8-and-device-width/ (https result 200).
https://tools.ietf.org/html/rfc3986 (https result 200).
https://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html (https result 200).
https://url.spec.whatwg.org/ (https result 200).
https://www.ecma-international.org/ecma-262/5.1/ (https result 200).
https://www.gravatar.com/avatar/ (https result 200).
https://www.ietf.org/rfc/rfc3986.txt (https result 200).
https://www.quirksmode.org/js/events_mouse.html (https result 200).
https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html (https result 200).
https://www.w3.org/TR/2011/REC-css3-selectors-20110929/ (https result 200).
https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 (https result 200).
https://www.w3.org/TR/CSS21/syndata.html (https result 200).
https://www.w3.org/TR/cors/ (https result 200).
https://www.w3.org/TR/selectors/ (https result 200).
https://yaml.org/ (https result 200).
https://blogs.msdn.com/b/ie/archive/2008/10/16/ending-expressions.aspx (https result 301).
https://code.google.com/p/android/issues/detail?id=17471 (https result 301).
https://dev.w3.org/csswg/cssom/ (https result 301).
https://developers.whatwg.org/webappapis.html (https result 301).
https://docs.python.org/library/re.html (https result 301).
https://google.com (https result 301).
https://haacked.com/archive/2008/11/20/anatomy-of-a-subtle-json-vulnerability.aspx (https result 301).
https://jekyllrb.com/docs/installation (https result 301).
https://jquery.org/license (https result 301).
https://msdn.microsoft.com/en-us/library/ie/cc196988 (https result 301).
https://msdn.microsoft.com/en-us/library/ie/dd347148 (https result 301).
https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx (https result 301).
https://www.html5rocks.com/en/tutorials/es6/promises/ (https result 301).
https://www.modernizr.com/ (https result 301).
https://www.ruby-doc.org/core-2.0.0/Regexp.html (https result 301).
https://www.sonatype.org/nexus/ (https result 301).
https://www.w3.org/TR/css3-selectors/ (https result 301).
https://www.w3.org/TR/css3-syntax/ (https result 301).
https://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html (https result 301).
https://dev.w3.org/html5/spec/Overview.html (https result 302).
https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx (https result 302).
Ignored
These URLs were intentionally ignored.